-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform template file for the performance test cluster #3409
Conversation
Build Succeeded 👏 Build Id: eba02665-e267-4b70-811c-96a377b9d28c The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongmax, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 9a0fa7fe-2225-4872-b6b9-946cee944ac2 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Adding terraform template file to create performance test cluster. It's similar to the e2e test cluster terraform template file. But since we are going to create the performance test cluster in a different project, we use a separate template file for it. In future we can combine the performance test cluster template and e2e test cluster template into one file if they are in the same project.
As start, we create one performance test cluster in standard mode and 1.26 (which is the middle version that current agones supports)
Also change the cluster config to VPC-NATIVE mode. The e2e test clusters will be changed to the mode when being re-created.
The cluster is created: https://console.cloud.google.com/kubernetes/clusters/details/us-central1/standard-performance-test-cluster-1-26/details?e=13803378&hl=en&mods=logs_tg_prod&project=agones-e2e-1
Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: